home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_145.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  3.6 KB  |  142 lines

  1. ¬†         Radio Set 
  2.  
  3. Inherits from:     Click Item     
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†           name  *219*
  8.  
  9. Type:   string 
  10.  
  11. Description:    Used by the primitive find-item to find a ¬´Radio Set¬ª by name. 
  12.  
  13.  
  14. _____________________________________________________
  15. ¬†           owner  *219*
  16.  
  17. Type:   Window 
  18.  
  19. Constraints:    Not settable.    
  20.  
  21. Description:   If ¬´Radio Set¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  22.  
  23.  
  24.  
  25. _____________________________________________________
  26. ¬†           active?  *219*
  27.  
  28. Type:   boolean    
  29.  
  30. Constraints:    Not settable on default.    
  31.  
  32. Description:    When the value of this attribute is FALSE, the text appearing to the right of the radio buttons is drawn gray.    
  33.  
  34. Side effects:    Setting causes the display of ¬´Radio Set¬ª to be updated.      
  35.  
  36.  
  37.  
  38. _____________________________________________________
  39. ¬†           visible?  *219*
  40.  
  41. Type:   boolean    
  42.  
  43. Description:   ¬´Radio Set¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  44.  
  45. Side effects:    Setting causes ¬´Radio Set¬ª to be redrawn in the owning ¬´Window¬ª.  
  46.     
  47.  
  48.  
  49. _____________________________________________________
  50. ¬†           move? *220*
  51.  
  52. Type:   boolean    
  53.  
  54. Description:      The location of ¬´Radio Set¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  55.  
  56.  
  57.  
  58. _____________________________________________________
  59. ¬†           grow?  *220*
  60.  
  61. Type:   boolean    
  62.  
  63. Description:      The size of ¬´Radio Set¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  64.  
  65.  
  66.  
  67. _____________________________________________________
  68. ¬†           location  *220*
  69.  
  70. Type:   Point    
  71.  
  72. Description:    The location of the upper left corner of ¬´Radio Set¬ª in owning ¬´Window¬ª.    
  73.  
  74. Side effects:    Setting causes ¬´Radio Set¬ª to be redrawn.    
  75.  
  76.  
  77.  
  78. _____________________________________________________
  79. ¬†           size  *220*
  80.  
  81. Type:   Point    
  82.  
  83. Description:    Offset of lower right corner of ¬´Radio Set¬ª from upper left corner.    
  84.  
  85. Side effects:    Setting causes ¬´Radio Set¬ª to be redrawn.    
  86.  
  87.  
  88.  
  89. _____________________________________________________
  90. ¬†           balloon  *220*
  91.  
  92. Type:     list 
  93.  
  94. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  95.  
  96.  
  97.  
  98. _____________________________________________________
  99. ¬†           click method  *221*
  100.  
  101. Type:      string 
  102.  
  103. Description: The name of the method called when a click occurs on the ¬´Radio Set¬ª. ¬´Radio Set¬ª responds to clicks only if this is a nonempty string.    
  104.  
  105. Method inputs:    <owning ¬´Window¬ª>, ¬´Radio Set¬ª, <string: name of clicked button>, <EventRecord of click>    
  106.  
  107.  
  108.  
  109. _____________________________________________________
  110. ¬†            control list  *221*
  111.  
  112. Type:   list of ControlRecord@@    
  113.  
  114. Constraints:    Not settable.    
  115.  
  116. Description:     List of control records, one for each radio button.    
  117.  
  118.  
  119.  
  120. _____________________________________________________
  121. ¬†           value  *221*
  122.  
  123. Type:   string 
  124.  
  125. Description: The name of the radio button that is currently selected. If the string is not the name of one of the buttons in the set, no button is selected. Clicking on ¬´Radio Set¬ª sets the value of this attribute.    
  126.  
  127. Side effects:   Setting causes display of radio set to be updated.    
  128.  
  129.  
  130.  
  131. _____________________________________________________
  132. ¬†           value list  *221*
  133.  
  134. Type:   list of string     
  135.  
  136. Constraints:    Not settable if the owning ¬´Window¬ª is active.    
  137.  
  138. Description: The list of the names that appear next to the radio buttons.    
  139.  
  140.  
  141.  
  142.